time.Location.cacheZone (field)
11 uses
time (current package)
time.go#L469: if l.cacheZone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
time.go#L470: sec += int64(l.cacheZone.offset)
time.go#L489: if l.cacheZone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
time.go#L490: name = l.cacheZone.name
time.go#L491: offset = l.cacheZone.offset
zoneinfo.go#L42: cacheZone *zone
zoneinfo.go#L134: l.cacheZone = &l.zone[0]
zoneinfo.go#L157: if zone := l.cacheZone; zone != nil && l.cacheStart <= sec && sec < l.cacheEnd {
zoneinfo_read.go#L326: l.cacheZone = &l.zone[tx[i].index]
zoneinfo_read.go#L337: l.cacheZone = &l.zone[zoneIdx]
zoneinfo_read.go#L339: l.cacheZone = &zone{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |